Note: This dashboard contains the results of a predictive model. The author has tried to make it as accurate as possible. But the COVID-19 situation is changing quickly, and these models inevitably include some level of speculation.

Outstanding Cases by Geography

The chart below shows the total predicted number of outstanding cases, i.e. number of individuals who are still currently ill.

The chart also represents the reported case fatality rate (CFR) via the color of the country, which is heavily biased by the amount of testing which is performed in each country.

Tip: Change the scale of the y axis with the toggle button and hover over chart areas for more details.

The table below shows summary statistics for the last 7 days. $Oustanding = Confirmed - Deaths - Recovered$.

Confirmed Deaths Est. Recoveries Outstanding
2020-11-13 53421872 1303906 42212428 9905538
2020-11-14 54015689 1312896 42667034 10035759
2020-11-15 54485945 1319144 43134699 10032102
2020-11-16 55015075 1327007 43605417 10082651
2020-11-17 55624562 1338106 44082709 10203747
2020-11-18 56247982 1349380 44561662 10336940
2020-11-19 56898415 1360381 45046070 10491964

Percent of Global Total

This next chart shows the number of outstanding cases as a percent of the total confirmed global cases. Only countries representing a significant contribution to global totals are shown.

Tip: Hover over chart areas for more details.

Appendix: Methodology of Predicting Recovered Cases

John Hopkin's University's (JHU) dataset initially reported recovered cases but has since discontinued this, however estimating the recovery duration and extrapolating for current cases should be possible from this original data.

For the time being (I hope to draw from other discussions of this topic), I will use an empirically derived formula from the limited data available from JHU:

$$R_{n} = R_{n-1} + (C_{n-9} - R_{n-1})*0.07$$

Where $R_{n}$ is the total number of recovered cases on day $n$, and $C_{n}$ is the total number of confirmed cases on day $n$.

What it implies is that on a given day, of the cases which were first reported 9 days previously 7% of those cases would have either recovered or passed away. After 16 days therefore 49% of cases would have recovered or passed away and after 23 days 98% of cases would have recovered or passsed away.

This formula is only being used to predict the number of recoveries from the time that JHU's data is not available. We can compare the results of this formula to the existing data from JHU to show the level of fit. This can be seen in the following 2 graphs.